home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
funcom 2000 Presskit
/
000721_1312 (fun.com).iso
/
index.dir
/
00006_Script_check mouse
< prev
next >
Wrap
Text File
|
2000-04-18
|
435b
|
19 lines
on checkMouse
global mousePos, film
set mousePos = the mouseH
if 293< the mouseH and the mouseH < 390 then
set film = "funcom"
end if
if 390< the mouseH and the mouseH < 503 then
set film = "noescape"
end if
if 503< the mouseH and the mouseH < 589 then
set film = "cmx2"
end if
if 589< the mouseH and the mouseH < 800 then
set film = "anarchy"
end if
end